Platform Explorer / Nuxeo Platform 11.4

Operation Seam.Refresh (Refresh)

Description

Refresh the UI cache. This is a void operation - the input object is returned back as the oputput
Operation id Seam.Refresh
AliasesWebUI.Refresh
Category User Interface
Label Refresh
Requires Seam
Since

Parameters

Name Description Type Required Default value
additional list of seam events to raise stringlist no  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.RefreshUI
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.Refresh",
  "aliases" : [ "WebUI.Refresh" ],
  "label" : "Refresh",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Refresh the UI cache. This is a void operation - the input object is returned back as the oputput",
  "url" : "Seam.Refresh",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "additional list of seam events to raise",
    "description" : null,
    "type" : "stringlist",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}